@bbyqtbean/taco-helper 0.1.2 → 0.1.3

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.
@@ -13,7 +13,7 @@ import { z } from 'zod';
13
13
  export async function startMcpServer(store) {
14
14
  const server = new McpServer({
15
15
  name: 'taco',
16
- version: '0.1.2',
16
+ version: '0.1.3',
17
17
  });
18
18
  // Tool: get_comments — retrieve all pending (unresolved) comments
19
19
  server.tool('get_comments', 'Retrieve all pending (unresolved) comments left by the user in the Taco Chrome extension. Each comment includes the text, CSS selector of the annotated element, page URL, and optionally a screenshot.', {}, async () => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bbyqtbean/taco-helper",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "MCP server + CLI for connecting the Taco Chrome extension to AI agents",
5
5
  "mcpName": "taco-helper",
6
6
  "type": "module",