Skip to content

Commit 433fc8f

Browse files
committed
MCP update
1 parent 07286e0 commit 433fc8f

File tree

3 files changed

+27
-1
lines changed

3 files changed

+27
-1
lines changed

apps/mcp/.npmignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,7 @@ src/
1111
scripts/
1212

1313
# Package lock files
14-
package-lock.json
14+
package-lock.json
15+
16+
.mcpregistry_github_token
17+
.mcpregistry_registry_token

apps/mcp/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"description": "Model Context Protocol (MCP) server for Demo Time that enables AI assistants to interact with Demo Time.",
55
"main": "dist/index.js",
66
"type": "module",
7+
"mcpName": "io.github.estruyf/vscode-demo-time",
78
"bin": {
89
"demotime-mcp": "dist/index.js"
910
},

apps/mcp/server.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-07-09/server.schema.json",
3+
"name": "io.github.estruyf/vscode-demo-time",
4+
"description": "Enables AI assistants to interact with Demo Time and helps build presentations and demos.",
5+
"status": "active",
6+
"repository": {
7+
"url": "https://github.com/estruyf/vscode-demo-time",
8+
"source": "github"
9+
},
10+
"version": "0.0.54",
11+
"packages": [
12+
{
13+
"registry_type": "npm",
14+
"registry_base_url": "https://registry.npmjs.org",
15+
"identifier": "@demotime/mcp",
16+
"version": "0.0.54",
17+
"transport": {
18+
"type": "stdio"
19+
}
20+
}
21+
]
22+
}

0 commit comments

Comments
 (0)