feat: add ACT+ECT over MCP demo with LangGraph agent
End-to-end PoC demonstrating Agent Context Token authorization and Execution Context Token accountability over MCP tool calls, using a LangGraph agent with ES256-signed JWT tokens and DAG verification.
This commit is contained in:
9
demo/act-ect-mcp/.gitignore
vendored
Normal file
9
demo/act-ect-mcp/.gitignore
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
keys/*.pem
|
||||
keys/*.json
|
||||
!keys/.gitkeep
|
||||
__pycache__/
|
||||
*.egg-info/
|
||||
.pytest_cache/
|
||||
.venv/
|
||||
build/
|
||||
dist/
|
||||
Reference in New Issue
Block a user