MCPcopy Create free account
hub / github.com/Brickgraph/fast-graph / create_node

Route create_node

app/graph/crud.py:None–None  ·  view source on GitHub ↗
router.post('/create_node', response_model=Node)

Source from the content-addressed store, hash-verified

1from datetime import datetime, timezone
2from typing import Optional
3
4# Import modules from FastAPI

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected