-
Notifications
You must be signed in to change notification settings - Fork 0
Prepare crates for crates.io publishing #14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -10,7 +10,7 @@ kept here as a historical record, not part of the daemon build. | |
|
|
||
| ``` | ||
| stub_mcp_server.py FastMCP stdio server: add, slow_count, ask_sample, crash | ||
| tunnel_protocol.py Pydantic models for the wire envelope (ClientHello, | ||
| edison_tunnel_protocol.py Pydantic models for the wire envelope (ClientHello, | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. P3: README references Prompt for AI agentsstub_mcp_server.py FastMCP stdio server: add, slow_count, ask_sample, crash |
||
| ServerHello, McpFrame, TunnelError) | ||
| tunnel_transport.py Custom ClientTransport. Wraps SessionMessages as | ||
| McpFrames; unwraps inbound frames into ClientSession's | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
P2: The schema reference in CONTRIBUTING.md now points to
schema/edison-tunnel-protocol.json, but that file doesn't exist yet — onlyschema/tunnel-protocol.jsonis present. This creates a broken documentation link for contributors. Consider renaming the schema file to match (since README.md also references theedison-prefixed name) or revert the references until the rename is done.Prompt for AI agents