Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: coder/serpent
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: coder/serpent
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: thomask33/mcp-support
Choose a head ref
  • 7 commits
  • 9 files changed
  • 2 contributors

Commits on Apr 7, 2025

  1. Add Model Context Protocol (MCP) support to Serpent

    - Implement MCP server functionality in a new example application.
    - Create README.md to document MCP usage, lifecycle, and methods.
    - Develop main.go to define commands and expose them as MCP tools and resources.
    - Introduce mcp.go to handle MCP server logic, including JSON-RPC request processing.
    - Add tests for MCP server setup, command validation, and JSON schema generation.
    - Update help template to display MCP tool and resource information.
    
    Change-Id: I162ad9d8f1c8d4f5b5bdc37fefb1c99dce179bb2
    Signed-off-by: Thomas Kosiewski <tk@coder.com>
    ThomasK33 committed Apr 7, 2025
    Configuration menu
    Copy the full SHA
    2de8fee View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2025

  1. Configuration menu
    Copy the full SHA
    6b1e3a5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3ae3a40 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    106faeb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3d86fd7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    119c807 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ca22b36 View commit details
    Browse the repository at this point in the history
Loading