@studiometa/productive-mcp 0.10.16 → 0.10.17
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/{handlers-Ca2x4dM8.js → handlers-Dk4AQQ3K.js} +6 -2
- package/dist/{handlers-Ca2x4dM8.js.map → handlers-Dk4AQQ3K.js.map} +1 -1
- package/dist/handlers.js +1 -1
- package/dist/{http-xNZOdN_t.js → http-B7M9meAw.js} +4 -4
- package/dist/{http-xNZOdN_t.js.map → http-B7M9meAw.js.map} +1 -1
- package/dist/http.js +1 -1
- package/dist/index.js +2 -2
- package/dist/run/docs.d.ts.map +1 -1
- package/dist/server.js +2 -2
- package/dist/{stdio-jqfOnE6-.js → stdio-DlulXg7G.js} +2 -2
- package/dist/{stdio-jqfOnE6-.js.map → stdio-DlulXg7G.js.map} +1 -1
- package/dist/stdio.js +1 -1
- package/dist/{version-Jj_0Ypf8.js → version-C8z9HRGX.js} +3 -3
- package/dist/{version-Jj_0Ypf8.js.map → version-C8z9HRGX.js.map} +1 -1
- package/package.json +3 -3
package/dist/handlers.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as executeToolWithCredentials } from "./handlers-
|
|
1
|
+
import { t as executeToolWithCredentials } from "./handlers-Dk4AQQ3K.js";
|
|
2
2
|
export { executeToolWithCredentials };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { a as INSTRUCTIONS, i as readResource, n as listResourceTemplates, r as listResources, t as VERSION } from "./version-
|
|
2
|
-
import { _ as record, a as _null, b as unknown, c as custom, d as literal, f as looseObject, g as preprocess, h as optional, i as _enum, l as discriminatedUnion, m as object, n as resolveRunnerConfig, o as array, p as number, r as runnerTokenMatches, s as boolean, t as executeToolWithCredentials, u as intersection, v as string, x as datetime, y as union } from "./handlers-
|
|
3
|
-
import { a as handlePrompt, t as getAvailablePrompts } from "./stdio-
|
|
1
|
+
import { a as INSTRUCTIONS, i as readResource, n as listResourceTemplates, r as listResources, t as VERSION } from "./version-C8z9HRGX.js";
|
|
2
|
+
import { _ as record, a as _null, b as unknown, c as custom, d as literal, f as looseObject, g as preprocess, h as optional, i as _enum, l as discriminatedUnion, m as object, n as resolveRunnerConfig, o as array, p as number, r as runnerTokenMatches, s as boolean, t as executeToolWithCredentials, u as intersection, v as string, x as datetime, y as union } from "./handlers-Dk4AQQ3K.js";
|
|
3
|
+
import { a as handlePrompt, t as getAvailablePrompts } from "./stdio-DlulXg7G.js";
|
|
4
4
|
import { TOOLS } from "./tools.js";
|
|
5
5
|
import { parseAuthHeader } from "./auth.js";
|
|
6
6
|
import { authorizeGetHandler, authorizePostHandler, oauthMetadataHandler, registerHandler, tokenHandler } from "./oauth.js";
|
|
@@ -3303,4 +3303,4 @@ function createHttpApp() {
|
|
|
3303
3303
|
//#endregion
|
|
3304
3304
|
export { handleToolsList as a, handleInitialize as i, createHttpMcpServer as n, jsonRpcError as o, createHttpMcpTransport as r, jsonRpcSuccess as s, createHttpApp as t };
|
|
3305
3305
|
|
|
3306
|
-
//# sourceMappingURL=http-
|
|
3306
|
+
//# sourceMappingURL=http-B7M9meAw.js.map
|