specvector 0.1.7 → 0.1.8

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "specvector",
3
- "version": "0.1.7",
3
+ "version": "0.1.8",
4
4
  "description": "Context-aware AI code review using Model Context Protocol (MCP)",
5
5
  "type": "module",
6
6
  "main": "src/index.ts",
@@ -111,8 +111,8 @@ export async function fetchLinearContext(
111
111
  const client = clientResult.value;
112
112
 
113
113
  try {
114
- // Fetch ticket details
115
- const ticketResult = await client.callTool("get_ticket", { ticket_id: ticketId });
114
+ // Fetch issue details using Linear MCP
115
+ const ticketResult = await client.callTool("get_issue", { issue_id: ticketId });
116
116
 
117
117
  if (!ticketResult.ok) {
118
118
  return err({