fetch -> web/fetch for everything

This commit is contained in:
Jon Corbin
2026-01-12 14:00:22 -05:00
parent b63a1c6559
commit ca790b1716
69 changed files with 360 additions and 360 deletions

View File

@@ -146,7 +146,7 @@ The MCP server must provide:
### Tool Selection
When importing from MCP:
1. Fetch available tools from server
1. web/fetch available tools from server
2. Select specific tools to include (for security/simplicity)
3. Tool definitions are auto-generated in ai-plugin.json
@@ -299,7 +299,7 @@ Then generate:
- Ensure mcp.json points to correct server
- Verify tools were selected during import
- Check ai-plugin.json has correct function definitions
- Re-fetch actions from MCP if server changed
- Re-web/fetch actions from MCP if server changed
### Agent Not Understanding Queries
- Review instructions in declarativeAgent.json
@@ -307,4 +307,4 @@ Then generate:
- Verify response_semantics extract correct data
- Test with more specific queries
````
````