File tree Expand file tree Collapse file tree 3 files changed +27
-1
lines changed
Expand file tree Collapse file tree 3 files changed +27
-1
lines changed Original file line number Diff line number Diff line change 1111scripts /
1212
1313# Package lock files
14- package-lock.json
14+ package-lock.json
15+
16+ .mcpregistry_github_token
17+ .mcpregistry_registry_token
Original file line number Diff line number Diff line change 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 },
Original file line number Diff line number Diff line change 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+ }
You can’t perform that action at this time.
0 commit comments