🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@shippp/mcp

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@shippp/mcp - npm Package Compare versions

Comparing version
0.1.0
to
0.1.1
+21
LICENSE
MIT License
Copyright (c) 2026 Shippp
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
+1
-1

@@ -12,3 +12,3 @@ #!/usr/bin/env node

const config = loadConfig();
const server = new McpServer({ name: "shippp", version: "0.1.0" }, { instructions: INSTRUCTIONS });
const server = new McpServer({ name: "shippp", version: "0.1.1" }, { instructions: INSTRUCTIONS });
registerTools(server, new ShipppClient(config));

@@ -15,0 +15,0 @@ await server.connect(new StdioServerTransport());

{
"name": "@shippp/mcp",
"version": "0.1.0",
"version": "0.1.1",
"mcpName": "ai.shippp/mcp",
"description": "Shippp MCP server — pull deterministic, production-perfect Chakra UI code from your Shippp design files, straight into your IDE agent.",

@@ -11,3 +12,4 @@ "type": "module",

"dist",
"README.md"
"README.md",
"LICENSE"
],

@@ -29,3 +31,9 @@ "scripts": {

],
"license": "UNLICENSED",
"license": "MIT",
"homepage": "https://shippp.ai",
"repository": {
"type": "git",
"url": "git+https://github.com/Comet-Studio-Io/shippp.git",
"directory": "packages/mcp"
},
"dependencies": {

@@ -32,0 +40,0 @@ "@modelcontextprotocol/sdk": "^1.12.0",

@@ -39,1 +39,5 @@ # @shippp/mcp

Read-only. The server never modifies your design.
## MCP Registry
Published to the official MCP Registry as `ai.shippp/mcp`.