* Reorganize the examples folder * Add two mcp server examples. A local filesystem server and a simple 'starter' server.
9 lines
142 B
JSON
9 lines
142 B
JSON
{
|
|
"node_version": "20",
|
|
"dockerfile_lines": [],
|
|
"dependencies": ["."],
|
|
"graphs": {
|
|
"agent": "./src/graph.ts:graph"
|
|
},
|
|
"env": ".env"
|
|
}
|