Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@polygraph/mcp

Package Overview
Dependencies
Maintainers
4
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@polygraph/mcp - npm Package Compare versions

Comparing version
0.1.27
to
0.1.28
+1
-1
package.json
{
"name": "@polygraph/mcp",
"version": "0.1.27",
"version": "0.1.28",
"description": "A Model Context Protocol server for coordinating cross-repository changes via Polygraph",

@@ -5,0 +5,0 @@ "main": "main.js",

+10
-10

@@ -99,12 +99,12 @@ <p align="center">

| Tool | Description |
| ---------------------------- | ---------------------------------------------------------------------------- |
| `list_repos` | Discover available repos and their dependency relationships |
| `start_session` | Initialize a new Polygraph session |
| `show_session` | Retrieve session details, status, and linked PRs |
| `list_sessions` | List existing Polygraph sessions |
| `add_repo` | Add specific repository refs directly to a running session |
| `link_reference` | Link an external reference to a session |
| `update_session_description` | Update the session description timeline; agent context is derived by the CLI |
| `complete_session` | Mark a session as complete |
| Tool | Description |
| ----------------- | ----------------------------------------------------------- |
| `list_repos` | Discover available repos and their dependency relationships |
| `start_session` | Initialize a new Polygraph session |
| `show_session` | Retrieve session details, status, and linked PRs |
| `list_sessions` | List existing Polygraph sessions |
| `add_repo` | Add specific repository refs directly to a running session |
| `link_reference` | Link an external reference to a session |
| `update_session` | Update the session title and/or description timeline |
| `archive_session` | Archive a session |

@@ -111,0 +111,0 @@ ### Agent Delegation

Sorry, the diff of this file is too big to display