File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @bschauer/strapi-mcp-server" ,
3- "version" : " 1.0.0 " ,
3+ "version" : " 1.0.1 " ,
44 "description" : " Model Context Protocol server implementation for Strapi CMS" ,
55 "type" : " module" ,
66 "bin" : {
7- "strapi-mcp-server" : " ./build/index.js"
7+ "@bschauer/ strapi-mcp-server" : " ./build/index.js"
88 },
99 "files" : [
1010 " build/**/*" ,
1111 " README.md" ,
1212 " LICENSE"
1313 ],
1414 "scripts" : {
15- "build" : " tsc" ,
15+ "build" : " tsc && chmod +x build/index.js " ,
1616 "start" : " node build/index.js" ,
1717 "dev" : " ts-node src/index.ts" ,
1818 "prepublishOnly" : " npm run build"
Original file line number Diff line number Diff line change 1+ #!/usr/bin/env node
2+
13import { Server } from "@modelcontextprotocol/sdk/server/index.js" ;
24import { StdioServerTransport } from "@modelcontextprotocol/sdk/server/stdio.js" ;
35import {
You can’t perform that action at this time.
0 commit comments