Skip to content

Commit 642316d

Browse files
committed
Fix: remove unsupported capabilities field from plugin manifest
1 parent db90cb6 commit 642316d

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

.codex-plugin/plugin.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,6 @@
1919
"shortDescription": "Expose FastAPI endpoints as MCP tools",
2020
"longDescription": "Expose your FastAPI endpoints as Model Context Protocol (MCP) tools, with auth support.",
2121
"category": "Development",
22-
"capabilities": [
23-
"Read",
24-
"Write",
25-
"Interactive"
26-
],
2722
"websiteURL": "https://github.com/tadata-org/fastapi_mcp"
2823
}
2924
}

0 commit comments

Comments
 (0)