* Reorganize the examples folder * Add two mcp server examples. A local filesystem server and a simple 'starter' server.
11 lines
158 B
JSON
11 lines
158 B
JSON
{
|
|
"dockerfile_lines": [],
|
|
"graphs": {
|
|
"graph": "./graph.py:graph"
|
|
},
|
|
"env": ".env",
|
|
"python_version": "3.11",
|
|
"dependencies": [
|
|
"."
|
|
]
|
|
}
|