arcade-mcp/examples/agent_frameworks/langchain/studio/langgraph.json
Eric Gustin d7107c107d
Update examples (#601)
* Reorganize the examples folder
* Add two mcp server examples. A local filesystem server and a simple
'starter' server.
2025-10-03 17:37:22 -07:00

11 lines
158 B
JSON

{
"dockerfile_lines": [],
"graphs": {
"graph": "./graph.py:graph"
},
"env": ".env",
"python_version": "3.11",
"dependencies": [
"."
]
}