···11-import type { McpTool, ApiFetch } from "./types.ts";
11+import type { McpTool, ApiFetch } from "@exosphere/mcp";
2233/** Resolve a feature request number to its internal ID via the API. */
44async function resolveFeatureRequestId(
···1111 return { id: data.featureRequest.id };
1212}
13131414-export const featureRequestTools: McpTool[] = [
1414+export const featureRequestMcpTools: McpTool[] = [
1515 {
1616 name: "list_feature_requests",
1717 description:
+1-6
packages/mcp/src/tools/index.ts
···11-import type { McpTool } from "./types.ts";
22-import { sphereTools } from "./sphere.ts";
33-import { featureRequestTools } from "./feature-requests.ts";
44-51export type { McpTool, ApiFetch } from "./types.ts";
66-77-export const tools: McpTool[] = [...sphereTools, ...featureRequestTools];
22+export { sphereTools } from "./sphere.ts";