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_messagepack.yaml
70339 views
1
# Valid MessagePack configuration for testing
2
msf_api:
3
type: messagepack
4
host: localhost
5
port: 55553
6
endpoint: /api/
7
user: test_user
8
password: test_password
9
10
# MCP server configuration
11
mcp:
12
transport: stdio
13
host: localhost
14
port: 3000
15
16
# Rate limiting
17
rate_limit:
18
enabled: true
19
requests_per_minute: 60
20
burst_size: 10
21
22
# Logging
23
logging:
24
enabled: false
25
level: INFO
26
27