Skip to content

feat: implement server/discover MCP endpoint - #288

Merged
lbroudoux merged 1 commit into
reshaprio:mainfrom
Vaishnav88sk:feat/mcp-server-discover
Jul 28, 2026
Merged

feat: implement server/discover MCP endpoint#288
lbroudoux merged 1 commit into
reshaprio:mainfrom
Vaishnav88sk:feat/mcp-server-discover

Conversation

@Vaishnav88sk

@Vaishnav88sk Vaishnav88sk commented Jul 27, 2026

Copy link
Copy Markdown
Contributor

Description

This PR implements the mandatory server/discover endpoint for the Model Context Protocol (MCP) server. This endpoint is required for upfront protocol negotiation and capability discovery by modern MCP clients.

Testing

  • Verified local compilation successfully.
  • Temporary programmatic tests were written and executed.

Test Execution Logs

[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running io.reshapr.proxy.mcp.McpControllerTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.200 s -- in io.reshapr.proxy.mcp.McpControllerTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------

Fixes #287

Signed-off-by: Vaishnav88sk <vaishnavsk8804@gmail.com>
@Vaishnav88sk
Vaishnav88sk requested a review from lbroudoux as a code owner July 27, 2026 15:28

@lbroudoux lbroudoux left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Thanks a lot for the contribution!

@lbroudoux lbroudoux added this to the 0.1.1 milestone Jul 28, 2026
@lbroudoux
lbroudoux merged commit 5aca85a into reshaprio:main Jul 28, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add new server/discover endpoint for MCP 2026-07-28

2 participants