Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 42 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,43 @@
# Docusaurus build artifacts
website/build/
website/.docusaurus/
website/docs/
website/node_modules/

# Dependencies
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
package-lock.json
yarn.lock

# Environment variables
.env
.env.local
.env.development.local
.env.test.local
.env.production.local

# OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db

# Editor files
*.swp
*.swo
*~
.vscode/
.idea/

# Spell check artifacts
*.dic

# Build outputs
/build
/dist
8 changes: 8 additions & 0 deletions .wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -752,3 +752,11 @@ FDB
xlarge
SaaS
GCP's
Docusaurus
MDX
admonition
admonitions
gitignore
webpack
kramdown
JSX
81 changes: 0 additions & 81 deletions add_h1_headings.py

This file was deleted.

7 changes: 5 additions & 2 deletions agentic-memory/graphiti-mcp-server.md
Original file line number Diff line number Diff line change
Expand Up @@ -359,8 +359,11 @@ The Graphiti MCP server stores information in FalkorDB using the following schem

### Programmatic Access

{: .warning }
> **Important**: The Graphiti MCP server is designed to be used by MCP clients (like Claude Desktop or Cursor) via the HTTP transport protocol. It does **not** expose direct REST API endpoints outside of the MCP protocol.
:::warning Important

The Graphiti MCP server is designed to be used by MCP clients (like Claude Desktop or Cursor) via the HTTP transport protocol. It does **not** expose direct REST API endpoints outside of the MCP protocol.

:::

The server exposes:
- `/mcp/` - HTTP MCP protocol endpoint
Expand Down
131 changes: 0 additions & 131 deletions check_h1_headings.py

This file was deleted.

98 changes: 0 additions & 98 deletions check_navigation_complete.py

This file was deleted.

2 changes: 1 addition & 1 deletion cloud/enterprise-tier.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ The Enterprise Tier is fully optimized for mission-critical applications, provid
## Getting Started

<a href="https://www.youtube.com/watch?v=fu_8CLFKYSs" target="_blank">
<img src="https://github.com/user-attachments/assets/d5519002-84ad-4076-9f64-150575d2eb7b" alt="FalkorDB Graph DBaaS Enterprise Tier Tutorial Video" width="640" height="360">
<img src="https://github.com/user-attachments/assets/d5519002-84ad-4076-9f64-150575d2eb7b" alt="FalkorDB Graph DBaaS Enterprise Tier Tutorial Video" width="640" height="360" />
</a>

⚙️ To begin your Enterprise journey, schedule a consultation:
Expand Down
Loading
Loading