fix: use official MCP schema URL and add VS Code settings for schema validation

This commit is contained in:
Devid HW
2026-04-19 06:07:26 +07:00
parent 1ec0adb6e6
commit 51f19640c3
2 changed files with 11 additions and 3 deletions
+8
View File
@@ -0,0 +1,8 @@
{
"json.schemas": [
{
"fileMatch": ["server.json"],
"url": "https://raw.githubusercontent.com/modelcontextprotocol/specification/main/schema/2024-11-05/schema.json"
}
]
}