Skip to content

jpowersdev/effect-mcp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

effect-mcp

Status: Under Development

effect-mcp is a TypeScript library designed to implement Model Context Protocol (MCP) transports using the Effect framework. Our mission is to develop a robust and flexible MCP transport library with a clear, extensible architecture and practical documentation.

Project Vision

We aim to provide:

  • Transport Agnostic Architecture: Allow developers to define MCP servers independent of the underlying transport.
  • Comprehensive Documentation: Clear guidelines and examples for users and contributors.

Transport Design

effect-mcp will enable creating transport-agnostic MCP servers. Developers will be able to plug in different transport mechanisms based on their application's needs:

  • StdioTransport: Can be integrated into an existing @effect/cli application
  • SseTransport: Can be added to an existing HTTP API.

Roadmap

  • JsonRpc Messaging
  • Session Management
  • SseTransport
  • StdioTransport
  • Tools using AiToolkit
  • Prompts using PromptKit
  • Resources using ResourceKit
  • listChanged support for capabilities

Getting Started

While the project is still in development, you can set up the development environment to explore and contribute:

  1. Clone the Repository:
    git clone https://github.com/jpowersdev/effect-mcp.git
  2. Navigate to the Project Directory:
    cd effect-mcp
  3. Install Dependencies:
    pnpm install

Contributing

We welcome contributions! Here's how you can get involved:

  1. Review Open Issues: Check the issue tracker for tasks and feature requests.
  2. Fork the Repository: Click the 'Fork' button at the top right of the repository page.
  3. Create a New Branch: Use a descriptive name for your branch.
    git checkout -b feature/your-feature-name
  4. Make Your Changes: Implement your feature or fix.
  5. Commit Your Changes: Write clear, concise commit messages.
    git commit -m 'Add feature: your feature description'
  6. Push to Your Fork:
    git push origin feature/your-feature-name
  7. Submit a Pull Request: Navigate to the original repository and create a pull request from your forked branch.

Note: Please adhere to the project's coding standards and include relevant tests for your contributions.

This project is licensed under the MIT License. See the LICENSE file for details.

Contact

For questions or further information, please open an issue on the issue tracker.

About

Model Context Protocol transports using effect

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published