mirror of
https://github.com/run-llama/mcp-server-llamacloud.git
synced 2026-06-30 20:47:54 -04:00
Release 0.1.2 (#8)
This commit is contained in:
committed by
GitHub
parent
99f09b74d4
commit
fedce35a94
@@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
"@llamaindex/mcp-server-llamacloud": patch
|
|
||||||
---
|
|
||||||
|
|
||||||
fix: send startup logs to stderr to keep stdout JSON-only
|
|
||||||
@@ -1,5 +1,11 @@
|
|||||||
# @llamaindex/mcp-server-llamacloud
|
# @llamaindex/mcp-server-llamacloud
|
||||||
|
|
||||||
|
## 0.1.2
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- 99f09b7: fix: send startup logs to stderr to keep stdout JSON-only
|
||||||
|
|
||||||
## 0.1.1
|
## 0.1.1
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|||||||
Generated
+2
-2
@@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "@llamaindex/mcp-server-llamacloud",
|
"name": "@llamaindex/mcp-server-llamacloud",
|
||||||
"version": "0.1.1",
|
"version": "0.1.2",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "@llamaindex/mcp-server-llamacloud",
|
"name": "@llamaindex/mcp-server-llamacloud",
|
||||||
"version": "0.1.1",
|
"version": "0.1.2",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@modelcontextprotocol/sdk": "^1.7.0",
|
"@modelcontextprotocol/sdk": "^1.7.0",
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@llamaindex/mcp-server-llamacloud",
|
"name": "@llamaindex/mcp-server-llamacloud",
|
||||||
"version": "0.1.1",
|
"version": "0.1.2",
|
||||||
"description": "A MCP server connecting to a managed index on LlamaCloud",
|
"description": "A MCP server connecting to a managed index on LlamaCloud",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"author": "LlamaIndex Inc.",
|
"author": "LlamaIndex Inc.",
|
||||||
|
|||||||
Reference in New Issue
Block a user