@emseepea/create-resources-and-prompts-server 0.0.10 → 0.0.13
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 to publish readable resources, parameterized resource
|
|
8
8
|
addresses, reusable prompts, and prompt-field suggestions. Choose the
|
|
9
9
|
[tool server](../tool-server/README.md) when the model needs to call an
|
|
10
|
-
operation instead of reading material or rendering a prompt. [Compare all
|
|
10
|
+
operation instead of reading material or rendering a prompt. [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-resources-and-prompts-server",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.13",
|
|
4
4
|
"description": "Create an Em See Pea server with resources and prompts.",
|
|
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.
|
|
23
|
+
"@emseepea/testing": "0.5.3",
|
|
24
24
|
"@types/node": "24.13.3",
|
|
25
25
|
"typescript": "6.0.3",
|
|
26
26
|
"oxlint": "1.80.0"
|