This commit is contained in:
2026-08-08 08:51:07 +07:00
parent c1ef544734
commit 04e75e61b8
6 changed files with 69 additions and 20 deletions
+2 -2
View File
@@ -215,7 +215,7 @@ Maps MCP server tool definitions to an executable Julia tool.
# MCP Tool Example
```
{
"name": "get_weather",
"name": "getWeather",
"title": "Weather Lookup",
"description": "Fetch current weather and forecast for a given city.",
"inputSchema": {
@@ -232,7 +232,7 @@ Maps MCP server tool definitions to an executable Julia tool.
# Example
```julia
tool = agentTool(
name="get_weather",
name="getWeather",
label="Weather Lookup",
description="Fetch current weather and forecast for a given city.",
inputSchema=Dict(