@viral_vector/ig-mcp 0.1.0 → 0.1.1

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.
package/README.md CHANGED
@@ -9,7 +9,7 @@ A pairing token is required. The server refuses to start without `--token` or `V
9
9
  ```json
10
10
  {
11
11
  "mcpServers": {
12
- "viralvector-instagram": {
12
+ "viral_vector-instagram": {
13
13
  "command": "npx",
14
14
  "args": ["-y", "@viral_vector/ig-mcp"],
15
15
  "env": {
@@ -3,7 +3,7 @@ import { registerMcpTools } from './tools.js';
3
3
  export function createViralVectorMcpServer(registry) {
4
4
  const server = new McpServer({
5
5
  name: '@viral_vector/ig-mcp',
6
- version: '0.1.0'
6
+ version: '0.1.1'
7
7
  });
8
8
  registerMcpTools(server, registry);
9
9
  return server;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@viral_vector/ig-mcp",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "ViralVector Instagram MCP server and localhost extension bridge.",
5
5
  "type": "module",
6
6
  "bin": {