Skip to content

Commit 961dca5

Browse files
Merge branch 'main' into kyle-vapi-patch-1
2 parents 04ee833 + 9318b42 commit 961dca5

File tree

3 files changed

+35
-23
lines changed

3 files changed

+35
-23
lines changed

fern/apis/api/generators.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ groups:
1212
generators:
1313
- name: fernapi/fern-python-sdk
1414
version: 4.18.6
15-
disable-examples: true
1615
api:
1716
settings:
1817
unions: v1
@@ -30,7 +29,6 @@ groups:
3029
generators:
3130
- name: fernapi/fern-typescript-node-sdk
3231
version: 0.51.3
33-
disable-examples: true
3432
api:
3533
settings:
3634
unions: v1
@@ -46,6 +44,7 @@ groups:
4644
skipResponseValidation: true
4745
includeApiReference: true
4846
noSerdeLayer: true
47+
omitUndefined: true
4948
smart-casing: true
5049
java-sdk:
5150
generators:

fern/apis/api/openapi.json

Lines changed: 17 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4517,6 +4517,17 @@
45174517
}
45184518
]
45194519
}
4520+
},
4521+
"/prometheus_metrics": {
4522+
"get": {
4523+
"operationId": "PrometheusController_index",
4524+
"parameters": [],
4525+
"responses": {
4526+
"200": {
4527+
"description": ""
4528+
}
4529+
}
4530+
}
45204531
}
45214532
},
45224533
"info": {
@@ -9769,7 +9780,9 @@
97699780
"claude-3-5-sonnet-20240620",
97709781
"claude-3-5-sonnet-20241022",
97719782
"claude-3-5-haiku-20241022",
9772-
"claude-3-7-sonnet-20250219"
9783+
"claude-3-7-sonnet-20250219",
9784+
"claude-opus-4-20250514",
9785+
"claude-sonnet-4-20250514"
97739786
]
97749787
},
97759788
"provider": {
@@ -11847,7 +11860,9 @@
1184711860
"claude-3-5-sonnet-20240620",
1184811861
"claude-3-5-sonnet-20241022",
1184911862
"claude-3-5-haiku-20241022",
11850-
"claude-3-7-sonnet-20250219"
11863+
"claude-3-7-sonnet-20250219",
11864+
"claude-opus-4-20250514",
11865+
"claude-sonnet-4-20250514"
1185111866
]
1185211867
},
1185311868
"thinking": {
@@ -13281,10 +13296,6 @@
1328113296
"arcas",
1328213297
"aries",
1328313298
"amalthea",
13284-
"andromeda",
13285-
"apollo",
13286-
"arcas",
13287-
"aries",
1328813299
"asteria",
1328913300
"athena",
1329013301
"atlas",
@@ -13296,7 +13307,6 @@
1329613307
"draco",
1329713308
"electra",
1329813309
"harmonia",
13299-
"helena",
1330013310
"hera",
1330113311
"hermes",
1330213312
"hyperion",
@@ -13317,7 +13327,6 @@
1331713327
"pluto",
1331813328
"saturn",
1331913329
"selene",
13320-
"thalia",
1332113330
"theia",
1332213331
"vesta",
1332313332
"zeus"
@@ -14696,10 +14705,6 @@
1469614705
"arcas",
1469714706
"aries",
1469814707
"amalthea",
14699-
"andromeda",
14700-
"apollo",
14701-
"arcas",
14702-
"aries",
1470314708
"asteria",
1470414709
"athena",
1470514710
"atlas",
@@ -14711,7 +14716,6 @@
1471114716
"draco",
1471214717
"electra",
1471314718
"harmonia",
14714-
"helena",
1471514719
"hera",
1471614720
"hermes",
1471714721
"hyperion",
@@ -14732,7 +14736,6 @@
1473214736
"pluto",
1473314737
"saturn",
1473414738
"selene",
14735-
"thalia",
1473614739
"theia",
1473714740
"vesta",
1473814741
"zeus"

fern/docs.yml

Lines changed: 17 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -64,14 +64,18 @@ tabs:
6464
icon: book
6565
slug: documentation
6666
sdks:
67-
display-name: SDKs (& MCP server)
67+
display-name: SDKs
6868
icon: code
6969
slug: sdks
7070
changelog:
7171
display-name: Changelog
7272
slug: changelog
7373
changelog: ./changelog
7474
icon: history
75+
mcp:
76+
display-name: MCP
77+
icon: fa-light fa-code-branch
78+
slug: mcp
7579
layout:
7680
tabs-placement: header
7781
searchbar-placement: header
@@ -221,9 +225,6 @@ navigation:
221225
- page: Custom tools
222226
path: tools/custom-tools.mdx
223227
icon: fa-light fa-screwdriver-wrench
224-
- page: MCP client tool
225-
path: tools/mcp.mdx
226-
icon: fa-light fa-code-branch
227228
- section: External tools
228229
icon: fa-light fa-cubes
229230
contents:
@@ -541,6 +542,17 @@ navigation:
541542
- link: OpenAPI
542543
href: https://api.vapi.ai/api-json
543544

545+
- tab: mcp
546+
layout:
547+
- section: MCP
548+
contents:
549+
- page: MCP client
550+
path: tools/mcp.mdx
551+
icon: fa-light fa-network-wired
552+
- page: MCP server
553+
path: sdk/mcp-server.mdx
554+
icon: fa-light fa-server
555+
544556
- tab: sdks
545557
layout:
546558
- section: Client SDKs
@@ -580,12 +592,10 @@ navigation:
580592
- link: Go
581593
href: https://github.com/VapiAI/server-sdk-go
582594
icon: fa-brands fa-golang
583-
- page: MCP Server
584-
path: sdk/mcp-server.mdx
585-
icon: fa-light fa-code-branch
586595
- page: Ecosystem
587596
path: resources.mdx
588597
icon: fa-light fa-boxes-stacked
598+
589599
- tab: changelog
590600

591601
redirects:

0 commit comments

Comments
 (0)