Skip to content
Draft
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
8 changes: 8 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ updates:
directory: "/"
schedule:
interval: "weekly"
cooldown:
default-days: 7
open-pull-requests-limit: 10
labels:
- "dependencies"
Expand All @@ -15,6 +17,8 @@ updates:
directory: "/"
schedule:
interval: "weekly"
cooldown:
default-days: 7
open-pull-requests-limit: 10
labels:
- "dependencies"
Expand Down Expand Up @@ -43,6 +47,8 @@ updates:
directory: "/web"
schedule:
interval: "weekly"
cooldown:
default-days: 7
open-pull-requests-limit: 10
labels:
- "dependencies"
Expand All @@ -60,6 +66,8 @@ updates:
directory: "/mcp"
schedule:
interval: "weekly"
cooldown:
default-days: 7
open-pull-requests-limit: 10
labels:
- "dependencies"
Expand Down
25 changes: 25 additions & 0 deletions .github/workflows/drift-check.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: Raintree drift check

on:
schedule:
- cron: "17 6 * * 1"
workflow_dispatch:
pull_request:
paths:
- ".github/workflows/**"
- ".github/dependabot.yml"
- ".npmrc"
- ".nvmrc"
- "README.md"
- "pyproject.toml"
- "uv.lock"
- "mcp/package.json"
- "mcp/bun.lock"
- "web/package.json"
- "web/package-lock.json"

jobs:
drift:
uses: raintree-technology/.github/.github/workflows/drift-check.yml@3256afba6d5c060f8b00f1bbf96887d253b0e9e1
with:
standard-ref: 3256afba6d5c060f8b00f1bbf96887d253b0e9e1
29 changes: 29 additions & 0 deletions .github/workflows/raintree-ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
name: Raintree standard checks

on:
pull_request:
push:
branches:
- main

permissions:
contents: read

jobs:
mcp:
name: MCP package
uses: raintree-technology/.github/.github/workflows/ci.yml@3256afba6d5c060f8b00f1bbf96887d253b0e9e1
with:
package-manager: bun
bun-version: "1.3.11"
working-directory: mcp
standard-ref: 3256afba6d5c060f8b00f1bbf96887d253b0e9e1

web:
name: Web package
uses: raintree-technology/.github/.github/workflows/ci.yml@3256afba6d5c060f8b00f1bbf96887d253b0e9e1
with:
package-manager: npm
node-version: "22"
working-directory: web
standard-ref: 3256afba6d5c060f8b00f1bbf96887d253b0e9e1
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,6 @@ poetry.lock
# pdm
.pdm.toml

# uv
uv.lock

# PEP 582
__pypackages__/

Expand Down
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
save-exact=true
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
22
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
**Security-hardened, browser-free web scraper and crawler that turns server-rendered pages into clean, AI-ready Markdown — fast.**

[![Python 3.10+](https://img.shields.io/badge/python-3.10+-blue.svg)](https://www.python.org/downloads/)
[![Status: live](https://img.shields.io/badge/status-live-brightgreen)](https://github.com/raintree-technology/docpull)
[![Raintree Technology](https://img.shields.io/badge/Raintree-Technology-0f766e)](https://raintree.technology)
[![PyPI version](https://badge.fury.io/py/docpull.svg)](https://badge.fury.io/py/docpull)
[![Downloads](https://pepy.tech/badge/docpull)](https://pepy.tech/project/docpull)
[![License: MIT](https://img.shields.io/github/license/raintree-technology/docpull)](https://github.com/raintree-technology/docpull/blob/main/LICENSE)
Expand Down
66 changes: 41 additions & 25 deletions mcp/bun.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

102 changes: 53 additions & 49 deletions mcp/package.json
Original file line number Diff line number Diff line change
@@ -1,51 +1,55 @@
{
"name": "docpull-mcp-lab",
"version": "0.3.0",
"private": true,
"description": "Internal lab for docpull semantic-search MCP experiments",
"type": "module",
"main": "src/server.ts",
"scripts": {
"dev": "bun run src/server.ts",
"ingest": "bun run src/ingest.ts",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.29.0",
"ip-address": "^10.2.0",
"openai": "^6.39.1",
"pg": "^8.21.0",
"yaml": "^2.9.0",
"zod": "^4.4.3"
},
"overrides": {
"@hono/node-server": "^2.0.4",
"ajv": "^8.18.0",
"fast-uri": "^3.1.2",
"hono": "^4.12.22",
"ip-address": "^10.2.0",
"path-to-regexp": "^8.4.2",
"qs": "^6.15.2",
"zod": "^4.4.3"
},
"devDependencies": {
"@types/node": "^25.9.1",
"@types/pg": "^8.11.10",
"typescript": "^6.0.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/raintree-technology/docpull.git",
"directory": "mcp"
},
"license": "MIT",
"author": "Raintree Technology",
"keywords": [
"mcp",
"documentation",
"semantic-search",
"pgvector",
"embeddings",
"claude"
]
"name": "docpull-mcp-lab",
"version": "0.3.0",
"private": true,
"description": "Internal lab for docpull semantic-search MCP experiments",
"type": "module",
"main": "src/server.ts",
"scripts": {
"dev": "bun run src/server.ts",
"ingest": "bun run src/ingest.ts",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@modelcontextprotocol/sdk": "1.29.0",
"ip-address": "10.2.0",
"openai": "6.39.1",
"pg": "8.21.0",
"yaml": "2.9.0",
"zod": "4.4.3"
},
"overrides": {
"@hono/node-server": "2.0.4",
"ajv": "8.18.0",
"fast-uri": "3.1.2",
"hono": "4.12.22",
"ip-address": "10.2.0",
"path-to-regexp": "8.4.2",
"qs": "6.15.2",
"zod": "4.4.3"
},
"devDependencies": {
"@types/node": "25.9.1",
"@types/pg": "8.11.10",
"typescript": "6.0.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/raintree-technology/docpull.git",
"directory": "mcp"
},
"license": "MIT",
"author": "Raintree Technology",
"keywords": [
"mcp",
"documentation",
"semantic-search",
"pgvector",
"embeddings",
"claude"
],
"packageManager": "bun@1.3.11",
"engines": {
"node": ">=22.0.0"
}
}
Loading
Loading