MCP-서버 리팩토링 후 P&ID 추출 테스트전 다른 기능 확인 후 커밋

This commit is contained in:
windpacer
2026-05-04 10:35:13 +09:00
parent a0404b1fee
commit 15c17522c8
304 changed files with 5431877 additions and 0 deletions

12
.claude/settings.json Normal file
View File

@@ -0,0 +1,12 @@
{
"mcpServers": {
"iiot-rag": {
"command": "/home/windpacer/projects/ExperionCrawler/mcp-server/.venv/bin/python",
"args": [
"/home/windpacer/projects/ExperionCrawler/mcp-server/server.py"
],
"env": {},
"description": "ExperionCrawler RAG — Qdrant(코드베이스+OPC UA 문서) + GLM-4.7-Flash"
}
}
}