nuvc-mcp 1.4.0 → 1.4.1
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/index.js +1 -1
- package/manifest.json +1 -1
- package/package.json +2 -2
- package/smithery.yaml +1 -1
package/index.js
CHANGED
|
@@ -11,7 +11,7 @@ import { ListToolsRequestSchema, CallToolRequestSchema } from "@modelcontextprot
|
|
|
11
11
|
import { TOOLS, HANDLERS } from "./lib/tools.js";
|
|
12
12
|
|
|
13
13
|
const server = new Server(
|
|
14
|
-
{ name: "nuvc", version: "1.4.
|
|
14
|
+
{ name: "nuvc", version: "1.4.1" },
|
|
15
15
|
{ capabilities: { tools: {} } }
|
|
16
16
|
);
|
|
17
17
|
|
package/manifest.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"manifest_version": "0.3",
|
|
3
3
|
"name": "nuvc",
|
|
4
4
|
"display_name": "NUVC — VC-grade deal & fund intelligence",
|
|
5
|
-
"version": "1.4.
|
|
5
|
+
"version": "1.4.1",
|
|
6
6
|
"description": "VC-grade feedback in Claude: get honest, instant feedback on any pitch deck, then meet the investors most likely to fund you — a ranked shortlist with a brief for each. Also screens funds for LPs.",
|
|
7
7
|
"long_description": "NUVC is the conviction layer for capital allocation. For founders: get instant, honest VC-grade feedback on your pitch deck (a 0–10 score with the strengths, gaps, and questions a VC will ask), then meet the investors most likely to fund you — a ranked, thesis-fit shortlist from 9,000+ verified profiles, each with a reason and brief so you out-research the room and walk in prepared. For VCs and LPs: score any startup or fund with an IC-ready verdict, screen against your mandate, and run venture math — all from Claude. Get a free API key (2 free credits, no card) at https://nuvc.ai/api-platform/keys.",
|
|
8
8
|
"author": {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "nuvc-mcp",
|
|
3
|
-
"version": "1.4.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "1.4.1",
|
|
4
|
+
"description": "Instant, honest VC-grade feedback on any pitch deck in Claude — then meet the investors most likely to fund you, each with a brief to out-research the room. Also screens funds and deals for VCs and LPs.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "index.js",
|
|
7
7
|
"bin": {
|
package/smithery.yaml
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
name: nuvc
|
|
2
2
|
description: Instant, honest VC-grade feedback on any pitch deck, then meet the investors most likely to fund you — a ranked, thesis-fit shortlist from 9,000+ verified profiles, each with a brief so you out-research the room before the meeting. Also screens funds and deals for VCs and LPs.
|
|
3
|
-
version: 1.4.
|
|
3
|
+
version: 1.4.1
|
|
4
4
|
homepage: https://nuvc.ai/api-platform/keys
|
|
5
5
|
license: MIT
|
|
6
6
|
|