@voteship/mcp-server
Advanced tools
| export declare const BOARD_APP_HTML = "<!doctype html>\n<html lang=\"en\">\n <head><meta charset=\"utf-8\"><title>VoteShip Board</title></head>\n <body><main><h1>VoteShip Board</h1><p>Interactive feature requests load in an MCP Apps host.</p></main></body>\n</html>"; |
+1
-1
| import { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js"; | ||
| export declare const VOTESHIP_MCP_VERSION = "0.2.0"; | ||
| export declare const VOTESHIP_MCP_VERSION = "0.2.1"; | ||
| export interface VoteShipMcpServerOptions { | ||
@@ -4,0 +4,0 @@ /** |
+1
-1
@@ -30,3 +30,3 @@ import { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js"; | ||
| import { registerPublicFeedbackPrompt } from "./prompts/public-feedback.js"; | ||
| export const VOTESHIP_MCP_VERSION = "0.2.0"; | ||
| export const VOTESHIP_MCP_VERSION = "0.2.1"; | ||
| /** | ||
@@ -33,0 +33,0 @@ * Build an unconnected VoteShip MCP server for either stdio or HTTP transport. |
@@ -61,3 +61,3 @@ import { App, applyDocumentTheme, applyHostFonts, applyHostStyleVariables, } from "@modelcontextprotocol/ext-apps"; | ||
| } | ||
| const app = new App({ name: "VoteShip Board", version: "0.2.0" }); | ||
| const app = new App({ name: "VoteShip Board", version: "0.2.1" }); | ||
| app.ontoolinput = () => { | ||
@@ -64,0 +64,0 @@ status.hidden = false; |
+3
-3
| { | ||
| "name": "@voteship/mcp-server", | ||
| "version": "0.2.0", | ||
| "version": "0.2.1", | ||
| "mcpName": "io.github.MattKilmer/voteship", | ||
@@ -8,3 +8,3 @@ "description": "MCP server for VoteShip — manage feature requests, votes, roadmaps, and AI workflows from any MCP client", | ||
| "bin": { | ||
| "voteship-mcp": "./dist/index.js" | ||
| "voteship-mcp": "dist/index.js" | ||
| }, | ||
@@ -27,3 +27,3 @@ "main": "./dist/index.js", | ||
| "scripts": { | ||
| "build": "node scripts/clean.mjs && node scripts/build-ui.mjs && tsc -p tsconfig.build.json", | ||
| "build": "node scripts/clean.mjs && tsc -p tsconfig.build.json && node scripts/build-ui.mjs && node scripts/make-executable.mjs", | ||
| "dev": "tsc --watch", | ||
@@ -30,0 +30,0 @@ "typecheck": "tsc --noEmit", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
790579
0.04%63
1.61%2884
0.03%2
-33.33%