Skip to content

[CHORE]: Move Python server template to mcp-servers/templates/python #29

Description

@jonpspri

Summary

Move the Python MCP server cookiecutter template from the mcp-context-forge monorepo into this repository at mcp-servers/templates/python/, as part of the MCP server migration tracked in IBM/mcp-context-forge#6228.

What to move

Copy the contents of mcp-servers/templates/python/ from IBM/mcp-context-forge verbatim:

mcp-servers/templates/python/
├── cookiecutter.json
└── {{cookiecutter.project_slug}}/
    ├── Containerfile
    ├── Makefile
    ├── README.md
    ├── pyproject.toml
    ├── src/
    │   └── {{cookiecutter.package_name}}/
    │       ├── __init__.py
    │       └── server.py
    └── tests/
        └── test_server.py

Dependencies (as-is)

The template's pyproject.toml defaults to:

mcp>=1.0.0,<2
orjson>=3.11.5
pydantic>=2.5.0

The template is moved as-is. Version constraint alignment with the live servers is tracked separately (see sub-issues).

Acceptance criteria

  • Template lands at mcp-servers/templates/python/ in this repository
  • cookiecutter can generate a working project from the template
  • Generated project installs and runs cleanly
  • README updated to reflect new home and updated scaffold instructions

References

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions