@emseepea/create-api-backed-server 0.0.13 → 0.0.14
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/README.md
CHANGED
|
@@ -7,7 +7,7 @@ This directory is both the maintained example and its public npm initializer.
|
|
|
7
7
|
Use this template when a tool calls a public JSON API and must validate and
|
|
8
8
|
select the fields returned to the caller. Choose the [tool server](../tool-server/README.md)
|
|
9
9
|
when all data is local, or the [sign-in tool server](../sign-in-tool-server/README.md)
|
|
10
|
-
when calling the tool requires authentication. [Compare all
|
|
10
|
+
when calling the tool requires authentication. [Compare all templates](https://emseepea.github.io/emseepea/examples/).
|
|
11
11
|
|
|
12
12
|
## Create a Project
|
|
13
13
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@emseepea/create-api-backed-server",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.14",
|
|
4
4
|
"description": "Create an Em See Pea server backed by a public web API.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"devDependencies": {
|
|
21
21
|
"@emseepea/server": "0.3.3",
|
|
22
22
|
"zod": "4.4.3",
|
|
23
|
-
"@emseepea/testing": "0.5.
|
|
23
|
+
"@emseepea/testing": "0.5.3",
|
|
24
24
|
"@modelcontextprotocol/client": "2.0.0",
|
|
25
25
|
"@types/node": "24.13.3",
|
|
26
26
|
"typescript": "6.0.3",
|