Skip to content

feat: simple MCP server#710

Closed
joshyam-k wants to merge 4 commits into
mainfrom
jy/mcp-server
Closed

feat: simple MCP server#710
joshyam-k wants to merge 4 commits into
mainfrom
jy/mcp-server

Conversation

@joshyam-k

@joshyam-k joshyam-k commented Oct 14, 2025

Copy link
Copy Markdown
Contributor

Intent

Type of Change

  • Bug Fix
  • New Feature
  • Breaking Change

Approach

Automated Tests

Directions for Reviewers

Checklist

  • I have updated CHANGELOG.md to cover notable changes.
  • I have updated all related GitHub issues to reflect their current state.

@github-actions

github-actions Bot commented Oct 14, 2025

Copy link
Copy Markdown
PR Preview Action v1.6.2
Preview removed because the pull request was closed.
2025-10-14 20:28 UTC

Comment thread pyproject.toml
license = { file = "LICENSE.md" }
readme = { file = "README.md", content-type = "text/markdown" }
requires-python = ">=3.8"
requires-python = ">=3.10"

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

fastmcp requires >=3.10 which would be a breaking change... what's the protocol around doing something like this? Is this reason enough to move this work off of rsconnect-python?

Comment thread pyproject.toml
"click>=8.0.0",
"toml>=0.10; python_version < '3.11'"
"toml>=0.10; python_version < '3.11'",
"fastmcp==2.12.4"

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

fastmcp recommends strict versioning because of the rapidly evolving MCP ecosystem. This is just the version I have installed.

@joshyam-k joshyam-k closed this Oct 14, 2025
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.

1 participant