docs(sdk): add MCP server, REST API, and agent building documentation
- Add MCP Server Integration section with Claude Desktop, Cursor, VS Code config examples - Add REST API Reference documenting /api/tools, /api/tools/search, /api/tools/execute endpoints - Add "Building an Agent Like Omega" section with complete implementation examples - Include SSE streaming patterns for real-time tool execution UI - Update .gitignore to exclude .env*.local files
This commit is contained in:
parent
2df4b53354
commit
0e5815e4ce
2 changed files with 551 additions and 4 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -72,3 +72,4 @@ storybook-static
|
|||
!.changeset/README.md
|
||||
.vercel
|
||||
packages/tool-ideas/data/tools-export.json
|
||||
.env*.local
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue