@postmcp/types 0.1.13 → 0.1.16

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/dist/index.d.mts CHANGED
@@ -214,6 +214,7 @@ interface PostMcpServerOptions {
214
214
  dryRun?: boolean;
215
215
  serverName?: string;
216
216
  serverVersion?: string;
217
+ instructions?: string;
217
218
  }
218
219
  interface HttpServerOptions extends PostMcpServerOptions {
219
220
  port?: number;
package/dist/index.d.ts CHANGED
@@ -214,6 +214,7 @@ interface PostMcpServerOptions {
214
214
  dryRun?: boolean;
215
215
  serverName?: string;
216
216
  serverVersion?: string;
217
+ instructions?: string;
217
218
  }
218
219
  interface HttpServerOptions extends PostMcpServerOptions {
219
220
  port?: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@postmcp/types",
3
- "version": "0.1.13",
3
+ "version": "0.1.16",
4
4
  "description": "Unified TypeScript types and interfaces for the PostMCP ecosystem",
5
5
  "publishConfig": {
6
6
  "access": "public"