docs(extension): address review feedback on #118 #123
No reviewers
Labels
No labels
Compat/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/OpenSpec
Kind/Security
Kind/Testing
Priority/Critical
Priority/High
Priority/Low
Priority/Medium
RFC - Request For Comments
Reviewed/Confirmed
Reviewed/Duplicate
Reviewed/Invalid
Reviewed/Won't Fix
Status/Abandoned
Status/Blocked
Status/Need More Info
hermes-attempted
hermes-needs-clarification
hermes-ready
hermes-review
hermes-wip
human-required
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
agentic-forges/forgejo-mcp!123
Loading…
Reference in a new issue
No description provided.
Delete branch "refs/pull/123/head"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Two small follow-ups from your review of #118:
PROTOCOL_VERSIONinextension/test_smoke.pyfrom2024-11-05to2025-06-18. mcp-go v0.44.0 has version-negotiation tests covering both, so the bump is safe;2025-06-18matches the current MCP spec version you mentioned.extension/README.mdso it no longer points to a regenerator script that "lives in commit history" — the script was never committed. New text points totest_smoke.pyas the starting reference for the MCP handshake instead.Friction note
While I was in the file: the "Possible follow-ups" section in
extension/README.mdnow starts with two items you shipped in #122 (goreleaser hook + per-platform packaging). I left them alone to keep this PR scoped to your review feedback — happy to clean those up in a separate small PR if useful.What I didn't address from the review
Glad to take either on if you'd like — just say the word.
Test plan
python3 extension/test_smoke.pyruns cleanly (SKIPs withoutFORGEJO_ACCESS_TOKEN, the existing CI-friendly behavior).2025-06-18(server/version_test.gohas it as a tested client version).make buildclean.Thanks for the cleanup!
Happy to help! Thanks for making the MCP!