Skip to content

Commit 98655db

Browse files
author
vampyre
committed
Document as-is public repository policy
1 parent 12aa60a commit 98655db

5 files changed

Lines changed: 38 additions & 0 deletions

File tree

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
This repository does not accept external pull requests and is offered as-is.
2+
3+
External contributions may be closed without review. If this change is important to you, fork the repository under the MIT License and maintain your own version.

CONTRIBUTING.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Contributing
2+
3+
This repository is public source, not an open-contribution project. It is offered as-is and is not maintained as a public project.
4+
5+
External pull requests are not accepted or reviewed. Changes may be made by the repository owner at the owner's discretion, but no support, roadmap, compatibility commitment, release cadence, or ongoing maintenance is promised. If you want a different feature, behavior, policy, dependency set, or maintenance cadence, fork the project under the MIT License and maintain your own version.
6+
7+
Please do not open pull requests for feature work, cleanup, dependency maintenance, refactors, formatting changes, or support requests. Such pull requests may be closed without review.

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ Standalone TypeScript server implementing the Model Context Protocol (MCP) for f
66

77
Originally derived from [`modelcontextprotocol/servers/src/filesystem`](https://github.com/modelcontextprotocol/servers/tree/main/src/filesystem). This fork is maintained independently and is not affiliated with or published by the upstream MCP servers project.
88

9+
## Maintenance Policy
10+
11+
This repository is public for source availability and transparency. It is offered as-is and is not maintained as a public project.
12+
13+
External pull requests are not accepted. Changes may be made by the repository owner at the owner's discretion, but no support, roadmap, compatibility commitment, release cadence, or ongoing maintenance is promised. If you want different behavior, policy, packaging, or maintenance priorities, fork the project under the MIT License and maintain your own version.
14+
915
## Features
1016

1117
- **Read/write/append files** with encoding support, BOM detection, binary content warnings, parent directory creation, and safe overwrite via atomic writes

SECURITY.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Security Policy
2+
3+
This repository is published as-is under the MIT License and is not maintained as a public project.
4+
5+
Security fixes are not accepted through public pull requests, and no security response timeline is promised. If you need a security change on a different timeline or with different tradeoffs, fork the repository and maintain your own patched version.
6+
7+
If GitHub private vulnerability reporting is enabled for this repository, use that channel for sensitive reports. Otherwise, do not disclose sensitive exploit details in a public pull request.

package.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22
"name": "filesystem-ts",
33
"version": "2.0.0",
44
"description": "Standalone TypeScript MCP server for filesystem access",
5+
"keywords": [
6+
"mcp",
7+
"mcp-server",
8+
"model-context-protocol",
9+
"filesystem",
10+
"file-system",
11+
"file-operations",
12+
"read-file",
13+
"write-file",
14+
"edit-file",
15+
"file-search",
16+
"directory-tree",
17+
"typescript",
18+
"nodejs"
19+
],
520
"license": "MIT",
621
"type": "module",
722
"engines": {

0 commit comments

Comments
 (0)