Skip to content
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

feat: Show initialize request/response in History panel (#269) #270

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

leoshimo
Copy link
Contributor

@leoshimo leoshimo commented Apr 5, 2025

This is a candidate PR for issue #269.

Fixes #269

This PR adds a representation of initialize request and response to the History panel.

Screenshot 2025-04-04 at 6 20 03 PM

Motivation and Context

The information in server's initialize response is very helpful - notably instructions and serverCapabilities. It would be great to see it in the inspector.

How Has This Been Tested?

Tested connecting with variety of servers - server-everything, linear-mcp-server

Breaking Changes

No

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation update

Checklist

  • I have read the MCP Documentation
  • My code follows the repository's style guidelines
  • New and existing tests pass locally
  • I have added appropriate error handling
  • I have added or updated documentation as needed

Additional Context

I am using the existing pushHistory method to push the request / response for initialize RPC messages.

There's a rub: the actual RPC request is abstracted in Client.connect (including notification/initialized).
This means that the payload pushed to history can potentially diverge from the one in the API client. I took the conservative approach, by representing the request with method only - I think the key information is the server response.

…protocol#269)

- Add logging for initialize request and response in useConnection.connect
- Include server capabilities, version, and instructions in history
@leoshimo leoshimo force-pushed the leo/269-show-initialize-request-in-history branch from 1599a7b to f43b68d Compare April 5, 2025 01:30
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.

FR: Show initialize request / response in History
2 participants