Skip to content

Commit 158da9e

Browse files
committed
fix(docs): update README with all the latest APIs changes
1 parent 980df9b commit 158da9e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,11 @@ SELECT mcp_call_tool('airbnb_search', '{"location": "Rome", "maxPrice": 100}');
4040
| Function | Description |
4141
|----------|-------------|
4242
| `mcp_version()` | Returns extension version |
43-
| `mcp_connect(url, [sse], [headers])` | Connect to MCP server with optional custom headers |
43+
| `mcp_connect(url, [sse], [headers], [use_json_ext])` | Connect to MCP server with optional custom headers and JSON extension mode |
4444
| `mcp_list_tools()` | List available tools with schemas |
4545
| `mcp_call_tool(name, args)` | Call a tool on the MCP server |
46+
| `mcp_tools_table` | Virtual table that returns each tool as a row with structured columns |
47+
| `mcp_call_tool_table` | Virtual table that extracts text results from tool calls |
4648

4749
See [API.md](API.md) for complete API documentation with examples.
4850

0 commit comments

Comments
 (0)