@ythalorossy/openfda 1.0.10 → 1.0.12

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.
@@ -1,3 +1,7 @@
1
+ /*
2
+ * Copyright (c) 2025 Ythalo Saldanha
3
+ * Licensed under the MIT License
4
+ */
1
5
  /**
2
6
  * The OpenFDABuilder class helps construct URLs for the OpenFDA API.
3
7
  *
@@ -1,3 +1,7 @@
1
+ /*
2
+ * Copyright (c) 2025 Ythalo Saldanha
3
+ * Licensed under the MIT License
4
+ */
1
5
  const DEFAULT_CONFIG = {
2
6
  maxRetries: 3,
3
7
  retryDelay: 1000, // 1 second
package/bin/index.js CHANGED
@@ -1,4 +1,8 @@
1
1
  #!/usr/bin/env node
2
+ /*
3
+ * Copyright (c) 2025 Ythalo Saldanha
4
+ * Licensed under the MIT License
5
+ */
2
6
  import { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js";
3
7
  import { StdioServerTransport } from "@modelcontextprotocol/sdk/server/stdio.js";
4
8
  import z from "zod";
package/bin/types.js CHANGED
@@ -1 +1,5 @@
1
+ /*
2
+ * Copyright (c) 2025 Ythalo Saldanha
3
+ * Licensed under the MIT License
4
+ */
1
5
  export {};
@@ -1,3 +1,7 @@
1
+ /*
2
+ * Copyright (c) 2025 Ythalo Saldanha
3
+ * Licensed under the MIT License
4
+ */
1
5
  /**
2
6
  * The OpenFDABuilder class helps construct URLs for the OpenFDA API.
3
7
  *
@@ -1,3 +1,7 @@
1
+ /*
2
+ * Copyright (c) 2025 Ythalo Saldanha
3
+ * Licensed under the MIT License
4
+ */
1
5
  const DEFAULT_CONFIG = {
2
6
  maxRetries: 3,
3
7
  retryDelay: 1000, // 1 second
package/build/index.js CHANGED
@@ -1,4 +1,8 @@
1
1
  #!/usr/bin/env node
2
+ /*
3
+ * Copyright (c) 2025 Ythalo Saldanha
4
+ * Licensed under the MIT License
5
+ */
2
6
  import { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js";
3
7
  import { StdioServerTransport } from "@modelcontextprotocol/sdk/server/stdio.js";
4
8
  import z from "zod";
package/build/types.js CHANGED
@@ -1 +1,5 @@
1
+ /*
2
+ * Copyright (c) 2025 Ythalo Saldanha
3
+ * Licensed under the MIT License
4
+ */
1
5
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ythalorossy/openfda",
3
- "version": "1.0.10",
3
+ "version": "1.0.12",
4
4
  "description": "OpenFDA Model Context Protocol",
5
5
  "repository": {
6
6
  "type": "git",