hyperterse 2.2.1 → 2.3.0

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.
Files changed (2) hide show
  1. package/README.md +5 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -245,7 +245,7 @@ Each tool must define exactly one execution mode:
245
245
 
246
246
  ## Runtime model
247
247
 
248
- All tool interaction happens through MCP Streamable HTTP at `/mcp` (JSON-RPC 2.0).
248
+ All MCP interaction happens through Streamable HTTP at `/mcp` (JSON-RPC 2.0), including tools, prompts, resources, completion, and subscriptions.
249
249
 
250
250
  Execution pipeline:
251
251
 
@@ -269,11 +269,15 @@ Execution pipeline:
269
269
  - [Quickstart](https://docs.hyperterse.com/quickstart)
270
270
  - [Project structure](https://docs.hyperterse.com/concepts/project-structure)
271
271
  - [Tools](https://docs.hyperterse.com/concepts/tools)
272
+ - [Prompts](https://docs.hyperterse.com/concepts/prompts)
273
+ - [Resources](https://docs.hyperterse.com/concepts/resources)
272
274
  - [Adapters](https://docs.hyperterse.com/concepts/adapters)
273
275
  - [Scripts](https://docs.hyperterse.com/concepts/scripts)
274
276
  - [MCP transport](https://docs.hyperterse.com/runtime/mcp-transport)
275
277
  - [Execution pipeline](https://docs.hyperterse.com/runtime/execution-pipeline)
276
278
  - [CLI reference](https://docs.hyperterse.com/reference/cli)
279
+ - [Prompt config reference](https://docs.hyperterse.com/reference/prompt-config)
280
+ - [Resource config reference](https://docs.hyperterse.com/reference/resource-config)
277
281
  - [Configuration schemas](https://docs.hyperterse.com/reference/configuration-schemas)
278
282
 
279
283
  ## Contributing
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hyperterse",
3
- "version": "2.2.1",
3
+ "version": "2.3.0",
4
4
  "description": "A declarative interface to connect your database to your AI agents",
5
5
  "author": "Samrith Shankar <samrith@outlook.com>",
6
6
  "license": "Apache-2.0",