Skip to content

Instantly share code, notes, and snippets.

View concertypin's full-sized avatar
🐱
neko

concertypin concertypin

🐱
neko
  • 08:09 (UTC +09:00)
View GitHub Profile
@concertypin
concertypin / schema.json
Last active October 7, 2025 15:29
VSCode mcp.json JSON Schema.
{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "MCP Configuration",
"description": "Configuration file for MCP servers in Visual Studio Code.",
"type": "object",
"properties": {
"servers": {
"description": "A map of MCP server configurations.",
"type": "object",
"patternProperties": {