Update project functionality and configuration

This commit is contained in:
2026-08-14 17:59:07 +09:00
parent a4eb5a580f
commit 189277a78c
113 changed files with 4838 additions and 348 deletions

View File

@@ -3,7 +3,7 @@
"id": 1,
"method": "initialize",
"params": {
"protocolVersion": "2025-06-18",
"protocolVersion": "2025-11-25",
"capabilities": {},
"clientInfo": {
"name": "toolbox-executor",

View File

@@ -2,7 +2,7 @@
"jsonrpc": "2.0",
"id": 1,
"result": {
"protocolVersion": "2025-06-18",
"protocolVersion": "2025-11-25",
"serverInfo": {},
"capabilities": {}
}

View File

@@ -2,15 +2,15 @@
"jsonrpc": "2.0",
"id": 1,
"result": {
"protocolVersion": "2025-06-18",
"protocolVersion": "2025-11-25",
"capabilities": {
"tools": {
"listChanged": false
"listChanged": true
}
},
"serverInfo": {
"name": "shl-axhub-mcp-server",
"title": "SHL AX HUB MCP Server",
"name": "shl-axhub-mcp-server-external",
"title": "SHL AX HUB MCP Server (EXTERNAL)",
"version": "1.0.0"
}
}