Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
rapid7
GitHub Repository: rapid7/metasploit-framework
Path: blob/master/spec/file_fixtures/config_files/msfmcpd/valid_jsonrpc.yaml
70339 views
1
# Valid JSON-RPC configuration for testing
2
msf_api:
3
type: json-rpc
4
host: localhost
5
port: 8081
6
endpoint: /api/v1/json-rpc
7
token: test_bearer_token_12345
8
9
# MCP server configuration
10
mcp:
11
transport: stdio
12
host: localhost
13
port: 3000
14
15
# Rate limiting
16
rate_limit:
17
enabled: true
18
requests_per_minute: 60
19
burst_size: 10
20
21
# Logging
22
logging:
23
enabled: false
24
level: INFO
25
26