mabbs.github.io
Mayx's personal blog — Chinese-language posts on self-hosting, LLM deployment, browser tech and other side projects, published with Jekyll on GitHub Pages.
First seen 2026-08-17 · Last seen 2026-08-17 · Source: webmcp.com
Answer 8 · Act 2 · Transact 0 · Score: Not yet scored
Tool inspector
blog_grep_posts
在全部文章正文中做字符串或正则检索,返回命中处前后若干字符的上下文片段。适合定位「某段代码/某个命令/某句话出现在哪篇文章」,比 blog_search_posts 更精确。
Page: /
Input schema
| Property | Type | Required | Description |
|---|---|---|---|
pattern |
string | yes | 检索内容;regex 为 false 时按纯文本处理(自动转义) |
regex |
boolean | no | pattern 是否按正则表达式解析 |
flags |
string | no | 正则标志,仅在 regex 为 true 时有意义 |
context |
integer | no | 命中处前后保留的字符数 |
limit |
integer | no | 最多返回多少篇命中文章 |
Raw JSON schema
{
"type": "object",
"properties": {
"pattern": {
"type": "string",
"description": "检索内容;regex 为 false 时按纯文本处理(自动转义)"
},
"regex": {
"type": "boolean",
"default": false,
"description": "pattern 是否按正则表达式解析"
},
"flags": {
"type": "string",
"default": "gi",
"description": "正则标志,仅在 regex 为 true 时有意义"
},
"context": {
"type": "integer",
"minimum": 0,
"maximum": 400,
"default": 40,
"description": "命中处前后保留的字符数"
},
"limit": {
"type": "integer",
"minimum": 1,
"maximum": 50,
"default": 20,
"description": "最多返回多少篇命中文章"
}
},
"required": [
"pattern"
],
"additionalProperties": false
}
Similar websites
pixly.gg
Minecraft server hosting with no subscription — pay for the time your server is online. Java + Bedrock crossplay, 1-click mods, 10 free hours to try, no card.
quokkapix.com
Open the QuokkaPix image editor app. Resize, crop, compress, convert, remove backgrounds, watermark and run batch workflows locally in your browser.
beckmann.ai
German-language AI trade magazine by Brian Beckmann: daily curated AI news, analyses, how-to guides, and tool comparisons for putting AI to work.
pindufai.com
AI-composed cinematic devotional music — nasheeds, qawalis, naats, and ghazals — for a global diaspora, with an agent-facing layer for searching the archive, le…