Sign In

@voteship/mcp-server

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@voteship/mcp-server - npm Package Compare versions

Comparing version
0.2.0
to
0.2.1
+1
dist/apps/board-app-html.d.ts
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 @@ /**

@@ -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;

{
"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