Skip to content

Conversation

djoreilly
Copy link

Description

Fix "Not Acceptable: Client must accept both application/json and text/event-stream" error with http streamable transport by bumping mcp-go to latest which has fix mark3labs/mcp-go@ffc63d9

Fixes #69

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

How Has This Been Tested?

go test ./...

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published in downstream modules

@f
Copy link
Owner

f commented Jul 27, 2025

can you fix lint issues?

Fix "Not Acceptable: Client must accept both application/json and
text/event-stream" error with http streamable transport by bumping
mcp-go to latest which has fix ffc63d90. Closes: f#69
@djoreilly djoreilly force-pushed the fix-accept-header branch from 1b790e9 to cd9c504 Compare July 28, 2025 08:22
@djoreilly
Copy link
Author

can you fix lint issues?

Done. Running golangci-lint run locally shows some things that were there before this change.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Accept header error with streamable http transport
2 participants