Skip to content

Commit 8d88e50

Browse files
committed
chore: readme
1 parent f558b5b commit 8d88e50

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Taskade MCP
1+
# :rainbow: Taskade MCP
22

33
All things related to Taskade's MCP initiatives
44

packages/openapi-codegen/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)