midnight-mcp 0.1.0 → 0.1.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.
@@ -0,0 +1,6 @@
1
+ /**
2
+ * Content barrel export
3
+ */
4
+ export { EMBEDDED_DOCS } from "./docs-content.js";
5
+ export { EMBEDDED_CODE } from "./code-content.js";
6
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1,6 @@
1
+ /**
2
+ * Content barrel export
3
+ */
4
+ export { EMBEDDED_DOCS } from "./docs-content.js";
5
+ export { EMBEDDED_CODE } from "./code-content.js";
6
+ //# sourceMappingURL=index.js.map
@@ -1,9 +1,8 @@
1
- export interface ResourceDefinition {
2
- uri: string;
3
- name: string;
4
- description: string;
5
- mimeType: string;
6
- }
1
+ /**
2
+ * Documentation resources
3
+ * Provides access to Midnight documentation via MCP resources
4
+ */
5
+ import type { ResourceDefinition } from "./schemas.js";
7
6
  export declare const documentationResources: ResourceDefinition[];
8
7
  /**
9
8
  * Get documentation content by URI