Skip to content

Claude code - #178

Closed
dima-m711 wants to merge 52 commits into
pathintegral-institute:mainfrom
dima-m711:claude-code
Closed

Claude code#178
dima-m711 wants to merge 52 commits into
pathintegral-institute:mainfrom
dima-m711:claude-code

Conversation

@dima-m711

Copy link
Copy Markdown
Contributor

added support for claude code as a client for MCP

dima-m711 and others added 30 commits June 1, 2025 16:51
- Introduced a new JSON configuration file for the Serverless Framework MCP server.
- Included metadata such as name, description, repository, author, and license.
- Defined installation methods for npm and CLI with necessary environment variables.
- Specified required arguments for AWS credentials.
- Added tools for creating, deploying, invoking functions, listing functions, retrieving logs, and removing services.
- Provided example prompts for common operations.
- Created backup configuration for Xero MCP server with detailed installation and argument specifications.
- Added XiYan MCP server configuration for natural language database queries.
- Introduced XMind MCP server configuration for reading and searching XMind files.
- Implemented YouTube MCP server configuration for video management and analytics.
- Updated Figma MCP server configuration to reflect new repository and author details, and changed installation method to a custom command.
add clone-install-run script and update installation process
…able-end-with-sh

update installation scripts and commands to use .sh extensions
dima-m711 and others added 22 commits June 12, 2025 10:34
…cloud-formationid

updated cloud formation id
feat: update MCPM installation method to use SSH URL
…-install

fix: update shebang in clone-install-run.sh to use env for portability
…ipt-place

fix: update clone-install-run script path and use SSH URLs for reposi…
…-missing

feat: add uv installation function to install.sh for improved package…
feat: enhance uv installation process with Homebrew and improved erro…
fix: change shebang to /bin/sh and replace eval with exec for better …
Copilot AI review requested due to automatic review settings June 18, 2025 20:08

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull Request Overview

This PR adds support for the Claude Code client, restructures the MCP registry as an internal installer, and updates CI and developer documentation accordingly.

  • Introduces CLAUDE.md and .claude/commands/* to guide Claude Code integrations.
  • Reworks mcp-registry and top‐level README files for an internal, fixed set of 9 servers.
  • Disables GitHub Actions workflows in favor of a new CircleCI pipeline and adds a local dev environment doc.

Reviewed Changes

Copilot reviewed 13 out of 394 changed files in this pull request and generated no comments.

Show a summary per file
File Description
.claude/commands/*.md New interactive and import commands for Claude Code client
CLAUDE.md Guidance for using the Claude Code client with this repo
mcp-registry/backup/notion.json Backup of Notion server manifest
mcp-registry/README.md Turned into internal installer docs with curated server list
README.md Updated to reference the internal registry and install URLs
README.zh-CN.md Fixed install script URL
DEV_ENVIRONMENT.md New doc for local dev environment setup and testing
.circleci/config.yml Added CircleCI pipeline for tests and deploy
.github/workflows/*.yml Disabled GitHub Actions workflows in favor of CircleCI
Comments suppressed due to low confidence (3)

DEV_ENVIRONMENT.md:86

  • JSON code snippets shouldn’t include // comments—consider either removing the comment or converting it to a note outside the code block to keep the snippet valid JSON.
    // ... other server metadata

.circleci/config.yml:47

  • The pipeline activates .venv but never creates it. Consider adding a python -m venv .venv step before activating to avoid errors.
            source .venv/bin/activate

mcp-registry/backup/notion.json:1

  • [nitpick] The filename notion.json in the backup folder differs from the referenced notion-mcp.json in the registry README. Renaming for consistency will reduce confusion.
{

@dima-m711 dima-m711 closed this Jun 18, 2025
@dima-m711
dima-m711 deleted the claude-code branch June 18, 2025 20:09
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.

2 participants