kubeflow / kubeflow/mcp-server

bug: serverInfo.version reports the FastMCP version instead of kubeflow-mcp's

Open Beginner friendly
#261 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
44
Forks
54
Avg merge
2d 18h
Merged PRs (30d)
29

Description

### Description

`initialize` returns `serverInfo.version` as `3.4.4`, which is the installed FastMCP version. kubeflow-mcp itself is `0.1.1`, as in `kubeflow_mcp.__version__` and `server.json`. Clients and debug output show the wrong version. I'll open a PR for this.

### Steps to Reproduce

1. Run `kubeflow-mcp serve --transport stdio`
2. Send `initialize` from any MCP client
3. Read `serverInfo.version` in the result

### Expected Behavior

`0.1.1`, matching `kubeflow_mcp.__version__`.

### Actual Behavior

`3.4.4`.

### MCP Server Version

main (467348f)

### Python Version

3.12

### Kubernetes Version

n/a, no cluster needed

### MCP Client

a raw stdio client and FastMCP's in-memory `Client`

Contributor guide

Open the contributing guide

Research direction

Start with the initialize handler and compare its serverInfo.version source with kubeflow_mcp.__version__ and server.json. Reproduce the response using kubeflow-mcp serve --transport stdio or FastMCP's in-memory Client, then verify that initialize reports 0.1.1 instead of 3.4.4.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
api
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Active
Clarity
Clearly specified
Newbie friendliness
85/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.