arcade-mcp/examples/agent_frameworks/langgraph-ts/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

9 lines
142 B
JSON

{
"node_version": "20",
"dockerfile_lines": [],
"dependencies": ["."],
"graphs": {
"agent": "./src/graph.ts:graph"
},
"env": ".env"
}