File tree Expand file tree Collapse file tree 4 files changed +18
-7
lines changed
Expand file tree Collapse file tree 4 files changed +18
-7
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 0.15.5] - 2026-01-26
9+
10+ ### Changed
11+
12+ - Complete favicon overhaul using realfavicongenerator for proper cross-browser support
13+ - Added SVG favicon, apple-touch-icon, and web app manifest
14+ - MCP server icons now use favicon.svg and favicon-96x96.png
15+
816## [ 0.15.4] - 2026-01-26
917
1018### Fixed
@@ -228,6 +236,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
228236 - ` cf_list_category ` - List items by category
229237 - ` cf_get_details ` - Get full documentation by name
230238
239+ [ 0.15.5 ] : https://github.com/pusewicz/cf-mcp/compare/v0.15.4...v0.15.5
231240[ 0.15.4 ] : https://github.com/pusewicz/cf-mcp/compare/v0.15.3...v0.15.4
232241[ 0.15.3 ] : https://github.com/pusewicz/cf-mcp/compare/v0.15.2...v0.15.3
233242[ 0.15.2 ] : https://github.com/pusewicz/cf-mcp/compare/v0.15.1...v0.15.2
Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- cf-mcp (0.15.4 )
4+ cf-mcp (0.15.5 )
55 mcp (~> 0.6 )
66 puma (~> 7.1 )
77 rack (~> 3.0 )
@@ -117,7 +117,7 @@ CHECKSUMS
117117 addressable (2.8.8) sha256=7c13b8f9536cf6364c03b9d417c19986019e28f7c00ac8132da4eb0fe393b057
118118 ast (2.4.3) sha256=954615157c1d6a382bc27d690d973195e79db7f55e9765ac7c481c60bdb4d383
119119 bigdecimal (4.0.1) sha256=8b07d3d065a9f921c80ceaea7c9d4ae596697295b584c296fe599dd0ad01c4a7
120- cf-mcp (0.15.4 )
120+ cf-mcp (0.15.5 )
121121 date (3.5.1) sha256=750d06384d7b9c15d562c76291407d89e368dda4d4fff957eb94962d325a0dc0
122122 erb (6.0.1) sha256=28ecdd99c5472aebd5674d6061e3c6b0a45c049578b071e5a52c2a7f13c197e5
123123 io-console (0.8.2) sha256=d6e3ae7a7cc7574f4b8893b4fca2162e57a825b223a177b7afa236c5ef9814cc
Original file line number Diff line number Diff line change @@ -16,11 +16,13 @@ lib/cf/mcp/models/function_doc.rb
1616lib/cf/mcp/models/struct_doc.rb
1717lib/cf/mcp/models/topic_doc.rb
1818lib/cf/mcp/parser.rb
19- lib/cf/mcp/public/favicon-16x16.png
20- lib/cf/mcp/public/favicon-32x32.png
19+ lib/cf/mcp/public/apple-touch-icon.png
2120lib/cf/mcp/public/favicon-96x96.png
22- lib/cf/mcp/public/logo.png
23- lib/cf/mcp/public/logo.svg
21+ lib/cf/mcp/public/favicon.ico
22+ lib/cf/mcp/public/favicon.svg
23+ lib/cf/mcp/public/site.webmanifest
24+ lib/cf/mcp/public/web-app-manifest-192x192.png
25+ lib/cf/mcp/public/web-app-manifest-512x512.png
2426lib/cf/mcp/server.rb
2527lib/cf/mcp/templates/index.erb
2628lib/cf/mcp/templates/script.js
Original file line number Diff line number Diff line change 22
33module CF
44 module MCP
5- VERSION = "0.15.4 "
5+ VERSION = "0.15.5 "
66 end
77end
You can’t perform that action at this time.
0 commit comments