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 1- # Taskade MCP
1+ # : rainbow : Taskade MCP
22
33All things related to Taskade's MCP initiatives
44
Original file line number Diff line number Diff line change @@ -5,10 +5,10 @@ Generate MCP tools from any OpenAPI Schema in seconds.
55
66## Usage
77
8- - Install ` @taskade/mcp-openapi-codegen ` package:
8+ - Install ` @taskade/mcp-openapi-codegen ` and ` @readme/openapi-parser ` package:
99
1010``` sh
11- npm install --dev @taskade/mcp-openapi-codegen
11+ npm install --dev @taskade/mcp-openapi-codegen @readme/openapi-parser
1212```
1313
1414- Create a script to run the codegen:
@@ -28,6 +28,8 @@ await codegen({
2828});
2929```
3030
31+ Then run ` npx tsx scripts/generate-openapi-tools.ts `
32+
3133> This will generate a new ` tools.generated.ts ` file in the ` src/ ` folder.
3234
3335- Link the generated tools with your MCP server:
You can’t perform that action at this time.
0 commit comments