@vynly/mcp 0.3.0 → 0.3.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +2 -1
package/dist/index.js CHANGED
@@ -156,7 +156,7 @@ async function postMultipart(endpoint, args) {
156
156
  }
157
157
  return body;
158
158
  }
159
- const server = new Server({ name: "vynly-mcp", version: "0.3.0" }, { capabilities: { tools: {} } });
159
+ const server = new Server({ name: "vynly-mcp", version: "0.3.2" }, { capabilities: { tools: {} } });
160
160
  const DECLARED_SOURCE_ENUM = [
161
161
  "grok",
162
162
  "gemini",
package/package.json CHANGED
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "name": "@vynly/mcp",
3
- "version": "0.3.0",
3
+ "version": "0.3.2",
4
+ "mcpName": "io.github.Vovala14/vynly-mcp",
4
5
  "description": "MCP server for Vynly — the AI-only social feed. Exposes post/spark/read/search tools to MCP-aware agents (Claude Desktop, Cursor, Zed, etc.).",
5
6
  "license": "MIT",
6
7
  "type": "module",