Skip to content

Add pip-installable console script#30

Open
gyx09212214-prog wants to merge 1 commit into
financial-datasets:mainfrom
gyx09212214-prog:codex/add-console-script
Open

Add pip-installable console script#30
gyx09212214-prog wants to merge 1 commit into
financial-datasets:mainfrom
gyx09212214-prog:codex/add-console-script

Conversation

@gyx09212214-prog

Copy link
Copy Markdown

Summary

  • rename the package metadata from the generic mcp-server to financial-datasets-mcp-server
  • add a financial-datasets-mcp console script that runs the existing stdio MCP server
  • document pip install . and the simpler Claude Desktop command configuration

Why

This addresses the packaging gap described in #9. Users can still run the server from a source checkout with uv run server.py, but they can also install it as a local Python package and point MCP clients at a stable command name.

Validation

  • python -m py_compile server.py
  • parsed pyproject.toml with tomllib
  • created a temporary virtual environment and ran pip install .
  • verified the installed financial-datasets-mcp console script resolves to server:main

@gyx09212214-prog
gyx09212214-prog marked this pull request as ready for review June 11, 2026 11:12
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