Release 0.1.2 (#8)

This commit is contained in:
github-actions[bot]
2025-05-06 17:42:40 +07:00
committed by GitHub
parent 99f09b74d4
commit fedce35a94
4 changed files with 9 additions and 8 deletions
-5
View File
@@ -1,5 +0,0 @@
---
"@llamaindex/mcp-server-llamacloud": patch
---
fix: send startup logs to stderr to keep stdout JSON-only
+6
View File
@@ -1,5 +1,11 @@
# @llamaindex/mcp-server-llamacloud
## 0.1.2
### Patch Changes
- 99f09b7: fix: send startup logs to stderr to keep stdout JSON-only
## 0.1.1
### Patch Changes
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "@llamaindex/mcp-server-llamacloud",
"version": "0.1.1",
"version": "0.1.2",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@llamaindex/mcp-server-llamacloud",
"version": "0.1.1",
"version": "0.1.2",
"license": "MIT",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.7.0",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@llamaindex/mcp-server-llamacloud",
"version": "0.1.1",
"version": "0.1.2",
"description": "A MCP server connecting to a managed index on LlamaCloud",
"license": "MIT",
"author": "LlamaIndex Inc.",