update
This commit is contained in:
+2
-2
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user