Skip to content

Commit 96d81dd

Browse files
authored
adjust broken links & soft release v4/events endpoint (#199)
1 parent ebb5118 commit 96d81dd

3 files changed

Lines changed: 26 additions & 34 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ api-generate-all: venv
2424
&& ./scripts/api-generate-pages \
2525
'
2626

27-
.PHONY: boken-links
27+
.PHONY: broken-links
2828
broken-links:
2929
cd docs && npx mintlify broken-links
3030

docs/docs.json

Lines changed: 22 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@
1515
"groups": [
1616
{
1717
"group": "Introduction",
18-
"pages": [
19-
"introduction/getting-started"
20-
]
18+
"pages": ["introduction/getting-started"]
2119
},
2220
{
2321
"group": "Base Concepts",
@@ -30,18 +28,11 @@
3028
},
3129
{
3230
"group": "SDK, MCP & CLI",
33-
"pages": [
34-
"sdk/python",
35-
"sdk/go",
36-
"sdk/cli",
37-
"sdk/mcp"
38-
]
31+
"pages": ["sdk/python", "sdk/go", "sdk/cli", "sdk/mcp"]
3932
},
4033
{
4134
"group": "Advanced",
42-
"pages": [
43-
"advanced/event-source-filters"
44-
]
35+
"pages": ["advanced/event-source-filters"]
4536
},
4637
{
4738
"group": "Guides",
@@ -80,6 +71,7 @@
8071
"group": "Events",
8172
"pages": [
8273
"api-reference/v2/endpoints/activities/get-fireworkv2activities-",
74+
"api-reference/v4/endpoints/get-event",
8375
"api-reference/v2/endpoints/activities/get-fireworkv2activities--ai_assistance",
8476
"api-reference/v4/endpoints/event-actions",
8577
"api-reference/v4/endpoints/public/update-tenant-metadata"
@@ -118,9 +110,7 @@
118110
},
119111
{
120112
"group": "Cookies",
121-
"pages": [
122-
"api-reference/astp/endpoints/post-cookies-search"
123-
]
113+
"pages": ["api-reference/astp/endpoints/post-cookies-search"]
124114
}
125115
]
126116
},
@@ -288,6 +278,22 @@
288278
"event-types/source-code",
289279
"event-types/stealer-log"
290280
]
281+
},
282+
{
283+
"group": "Events V2 (Beta)",
284+
"pages": [
285+
"event-types-v2/overview",
286+
"event-types-v2/blog-post",
287+
"event-types-v2/bucket",
288+
"event-types-v2/chat-message",
289+
"event-types-v2/domain",
290+
"event-types-v2/forum-post",
291+
"event-types-v2/listing",
292+
"event-types-v2/paste",
293+
"event-types-v2/ransom-leak",
294+
"event-types-v2/social-media-account",
295+
"event-types-v2/stealer-log"
296+
]
291297
}
292298
]
293299
},
@@ -296,9 +302,7 @@
296302
"groups": [
297303
{
298304
"group": "Changelog",
299-
"pages": [
300-
"changelog/overview"
301-
]
305+
"pages": ["changelog/overview"]
302306
}
303307
]
304308
}

docs/sdk/mcp.mdx

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -23,22 +23,10 @@ The MCP server requires no authentication, it is available at the following URL:
2323
The Flare API documentation is also available via the [llms.txt format](https://llmstxt.org/) at the following URL:
2424
- `https://api.docs.flare.io/llms.txt`
2525

26-
### Cursor
2726

28-
Flare's MCP server can be added to [Cursor](https://cursor.com/) using this one-click link:
29-
30-
<div className="block dark:hidden">
31-
- [![Install MCP Server](https://cursor.com/deeplink/mcp-install-dark.svg)](cursor://anysphere.cursor-deeplink/mcp/install?name=flare-api-docs&config=eyJ1cmwiOiJodHRwczovL2FwaS5kb2NzLmZsYXJlLmlvL21jcCJ9)
32-
</div>
33-
34-
<div className="hidden dark:block">
35-
- [![Install MCP Server](https://cursor.com/deeplink/mcp-install-light.svg)](cursor://anysphere.cursor-deeplink/mcp/install?name=flare-api-docs&config=eyJ1cmwiOiJodHRwczovL2FwaS5kb2NzLmZsYXJlLmlvL21jcCJ9)
36-
</div>
37-
38-
If this link does not work for you, you may read more about configuring MCP servers for cursor here:
39-
- https://docs.cursor.com/en/context/mcp#using-mcp-json
40-
41-
### Others IDEs / Tools
27+
### IDEs / Tools
4228

4329
Configuration Guides:
4430
- Claude Desktop: https://support.anthropic.com/en/articles/11175166-getting-started-with-custom-connectors-using-remote-mcp
31+
32+
- Cursor: https://docs.cursor.com/en/context/mcp#using-mcp-json

0 commit comments

Comments
 (0)